home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Source Code / Visual Basic Source Code.iso / vbsource / mdishe / mdimain.frm < prev    next >
Text File  |  1994-12-29  |  14KB  |  513 lines

  1. VERSION 2.00
  2. Begin MDIForm mdiMain 
  3.    Caption         =   "Main Applicaton Frame"
  4.    ClientHeight    =   5970
  5.    ClientLeft      =   2430
  6.    ClientTop       =   2265
  7.    ClientWidth     =   9015
  8.    Height          =   6660
  9.    HelpContextID   =   23
  10.    Icon            =   0
  11.    Left            =   2370
  12.    LinkTopic       =   "Form1"
  13.    Top             =   1635
  14.    Width           =   9135
  15.    Begin SSPanel ToolbarPanel 
  16.       Align           =   1  'Align Top
  17.       Alignment       =   3  'Right Justify - TOP
  18.       AutoSize        =   3  'AutoSize Child To Panel
  19.       BackColor       =   &H00C0C0C0&
  20.       BevelInner      =   2  'Raised
  21.       BevelOuter      =   0  'None
  22.       BorderWidth     =   0
  23.       Font3D          =   0  'None
  24.       ForeColor       =   &H00800000&
  25.       Height          =   495
  26.       HelpContextID   =   82
  27.       Left            =   0
  28.       TabIndex        =   0
  29.       Top             =   0
  30.       Width           =   9015
  31.       Begin PictureClip PicClip1 
  32.          Cols            =   4
  33.          Location        =   "1440,330,60,5040"
  34.       End
  35.       Begin CommonDialog CMDialog1 
  36.          Left            =   7260
  37.          Top             =   0
  38.       End
  39.       Begin SSCommand Toolbar 
  40.          AutoSize        =   2  'Adjust Button Size To Picture
  41.          BevelWidth      =   0
  42.          Font3D          =   0  'None
  43.          Height          =   360
  44.          Index           =   2
  45.          Left            =   840
  46.          TabIndex        =   5
  47.          Tag             =   "Print"
  48.          Top             =   60
  49.          Width           =   390
  50.       End
  51.       Begin SSCommand Toolbar 
  52.          AutoSize        =   2  'Adjust Button Size To Picture
  53.          BevelWidth      =   0
  54.          Font3D          =   0  'None
  55.          Height          =   360
  56.          Index           =   3
  57.          Left            =   1230
  58.          TabIndex        =   4
  59.          Tag             =   "Save"
  60.          Top             =   60
  61.          Width           =   390
  62.       End
  63.       Begin SSCommand Toolbar 
  64.          AutoSize        =   2  'Adjust Button Size To Picture
  65.          BevelWidth      =   0
  66.          Font3D          =   0  'None
  67.          Height          =   360
  68.          Index           =   1
  69.          Left            =   450
  70.          TabIndex        =   3
  71.          Tag             =   "Open an existing database"
  72.          Top             =   60
  73.          Width           =   390
  74.       End
  75.       Begin SSCommand Toolbar 
  76.          AutoSize        =   2  'Adjust Button Size To Picture
  77.          BevelWidth      =   0
  78.          Font3D          =   0  'None
  79.          Height          =   360
  80.          Index           =   0
  81.          Left            =   60
  82.          TabIndex        =   2
  83.          Tag             =   "Create a new database"
  84.          Top             =   60
  85.          Width           =   390
  86.       End
  87.       Begin Label lblHelpTip 
  88.          AutoSize        =   -1  'True
  89.          BackColor       =   &H0000FFFF&
  90.          BorderStyle     =   1  'Fixed Single
  91.          Caption         =   "lblHelpTip"
  92.          FontBold        =   0   'False
  93.          FontItalic      =   0   'False
  94.          FontName        =   "MS Sans Serif"
  95.          FontSize        =   8.25
  96.          FontStrikethru  =   0   'False
  97.          FontUnderline   =   0   'False
  98.          Height          =   225
  99.          Left            =   8040
  100.          TabIndex        =   6
  101.          Top             =   120
  102.          Visible         =   0   'False
  103.          Width           =   735
  104.       End
  105.       Begin Label Label1 
  106.          Alignment       =   2  'Center
  107.          AutoSize        =   -1  'True
  108.          BackColor       =   &H00C0C0C0&
  109.          FontBold        =   0   'False
  110.          FontItalic      =   0   'False
  111.          FontName        =   "MS Sans Serif"
  112.          FontSize        =   8.25
  113.          FontStrikethru  =   0   'False
  114.          FontUnderline   =   0   'False
  115.          Height          =   195
  116.          Left            =   6420
  117.          TabIndex        =   1
  118.          Top             =   120
  119.          Width           =   495
  120.       End
  121.    End
  122.    Begin Menu mnuFile 
  123.       Caption         =   "&File"
  124.       HelpContextID   =   4
  125.       Begin Menu mnuFileNew 
  126.          Caption         =   "&New..."
  127.          HelpContextID   =   5
  128.       End
  129.       Begin Menu mnuFileOpen 
  130.          Caption         =   "&Open..."
  131.          HelpContextID   =   6
  132.       End
  133.       Begin Menu mnuFileSepBar1 
  134.          Caption         =   "-"
  135.       End
  136.       Begin Menu mnuFileCompact 
  137.          Caption         =   "&Compact Database..."
  138.          HelpContextID   =   7
  139.       End
  140.       Begin Menu mnuFileRepair 
  141.          Caption         =   "&Repair Database..."
  142.          HelpContextID   =   8
  143.       End
  144.       Begin Menu mnuFileSepBar2 
  145.          Caption         =   "-"
  146.       End
  147.       Begin Menu mnuFileExit 
  148.          Caption         =   "E&xit"
  149.          HelpContextID   =   9
  150.       End
  151.    End
  152.    Begin Menu mnuEdit 
  153.       Caption         =   "&Edit"
  154.       HelpContextID   =   16
  155.    End
  156.    Begin Menu mnuWindow 
  157.       Caption         =   "&Window"
  158.       HelpContextID   =   18
  159.       WindowList      =   -1  'True
  160.       Begin Menu mnuWindowCascade 
  161.          Caption         =   "&Cascade"
  162.       End
  163.       Begin Menu mnuWindowTileHoriz 
  164.          Caption         =   "Tile &Horizontal"
  165.       End
  166.       Begin Menu mnuWindowTileVert 
  167.          Caption         =   "Tile &Vertical"
  168.       End
  169.       Begin Menu mnuWindowSepBar1 
  170.          Caption         =   "-"
  171.       End
  172.       Begin Menu mnuWindowCloseAll 
  173.          Caption         =   "&Close All"
  174.       End
  175.       Begin Menu mnuWindowArrange 
  176.          Caption         =   "&Arrange Icons"
  177.       End
  178.    End
  179.    Begin Menu mnuHelp 
  180.       Caption         =   "&Help"
  181.       HelpContextID   =   19
  182.       Begin Menu mnuHelpContents 
  183.          Caption         =   "&Contents..."
  184.       End
  185.       Begin Menu mnuHelpSearch 
  186.          Caption         =   "&Search..."
  187.       End
  188.       Begin Menu mnuHelpSepBar1 
  189.          Caption         =   "-"
  190.       End
  191.       Begin Menu mnuHelpOnHelp 
  192.          Caption         =   "&How to use Help.."
  193.       End
  194.       Begin Menu mnuHelpSepBar2 
  195.          Caption         =   "-"
  196.       End
  197.       Begin Menu mnuHelpOrderInformation 
  198.          Caption         =   "&Ordering Information"
  199.       End
  200.       Begin Menu mnuHelpAbout 
  201.          Caption         =   "&About..."
  202.       End
  203.    End
  204. End
  205. ' ********************************************************
  206. '        MDI Standard Application Shell
  207. ' ********************************************************
  208. '
  209. ' SUMMARY
  210. ' -------
  211. ' This file is part of an MDI application "skeleton"
  212. ' created by John Blessing of Leigh Business Enterprises Ltd.
  213. '
  214. ' FEATURES
  215. ' --------
  216. ' Selection of application database.
  217. ' Compact/Repair of database.
  218. ' 'Helptips' on toolbar items.
  219. ' Support for Help files.
  220. ' MDI child forms tiling etc.
  221. ' Error trapping.
  222. ' 'Nag' screen support for shareware authors.
  223. ' Support for 3D dialogs (switched off in design mode
  224. '   to prevent GPFs)
  225. '
  226. ' USE
  227. ' ---
  228. ' You need VB Pro to use this shell, although it could be
  229. ' modified to run under the standard edition.
  230. '
  231. ' You will need to set up some information in APP.BAS,
  232. ' particularly in SetAppInfo().  You will also need to add
  233. ' your own application specific code to this module.
  234. '
  235. ' DISTRIBUTION
  236. ' ------------
  237. ' This program is "FreeWare" and may be used and distributed
  238. ' as you wish.
  239. '
  240. ' It incorporates some ideas/code from other authors and these
  241. ' are acknowledged in the appropriate module.
  242. '
  243. ' We hope that you will find it useful.  If you wish to discuss it
  244. ' then please e-mail us on Compuserve 100444,623.
  245. '
  246. ' ADVERTISEMENT!
  247. ' --------------
  248. ' Are you looking for a helpdesk system? Or does your company
  249. ' want to track and monitor the progress of any work activity?
  250. ' We market a system which could be of interest to you.
  251. '
  252. ' PROGRESS is available for download from the Business section
  253. ' of the Windows Shareware forum on Compuserve
  254. ' (filename PRGRSS10.ZIP).  It's a large program,